vector/screen.css: Remove some unnecessary rules
authorMatmaRex <matma.rex@gmail.com>
Sat, 31 Aug 2013 18:50:39 +0000 (20:50 +0200)
committerYuvipanda <yuvipanda@gmail.com>
Wed, 4 Sep 2013 21:59:48 +0000 (21:59 +0000)
* There is no label inside div#simpleSearch.
* Inside div#simpleSearch, input and input#searchInput are the
  same in practice (there is a <input type=submit>, but it is hidden).

Change-Id: I1d9657a5ab608d1a54314dd7c96144af96c53d59

skins/vector/screen.css

index 8f4bbb6..8a69f84 100644 (file)
@@ -401,19 +401,6 @@ div#simpleSearch {
        background-position: top left;
        background-repeat: repeat-x;
 }
-div#simpleSearch label {
-       /*
-        * DON'T PANIC! Browsers that won't scale this properly are the same browsers that have JS issues that prevent
-        * this from ever being shown anyways.
-       */
-       font-size: 13px;
-       top: 0.25em;
-       direction: ltr;
-}
-div#simpleSearch input {
-       color: black;
-       direction: ltr;
-}
 div#simpleSearch input:focus {
        outline: none;
 }
@@ -446,6 +433,7 @@ div#simpleSearch input#searchInput {
         * this from ever being shown anyways.
        */
        font-size: 13px;
+       color: black;
        background-color: transparent;
        direction: ltr;
 }